GetDocumentResponse

data class GetDocumentResponse(root: Node)

Represents response frame that is returned from DOM#getDocument operation call. Returns the root DOM node (and optionally the subtree) to the caller.

See also

Constructors

GetDocumentResponse
Link copied to clipboard
fun GetDocumentResponse(root: Node)

Properties

root
Link copied to clipboard
val root: Node
Resulting node.

Sources

jvm source
Link copied to clipboard